@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;600&display=swap');


body {
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    margin: 0 auto;
    background-color: rgb(238,235,227);
}

.card {
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.logo {
    max-height: 5vw;
    margin: 1vw 0vw 1vh 10vh;
}


.parent1 {
    display: flex;
    background: rgb(0, 0, 0);
}

.child1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10vh;
    font-size: 1.2em;
}

nav li {
    display: inline;
    padding: 2vw;
    color: white;
}

#text-header {
    margin: 0;
    padding: 10vw 10vw 10vw 10vw;
    background-image: url('pexels-hebert-santos-37572261.jpg');
}
#text-header h1 {
    background: rgba(255, 0, 0, 0.438);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 4em;
    color: white;
    margin-bottom: 0;
    max-width: 45vw;
}

#text-header p {
    font-size: 1.2em;
    color: grey;
    margin-top: 0;
}

.parent2 {
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    margin: 2vw;
    padding: 2vw;
}


.our-value {
    
    font-size: 2em;
    text-align: center;
    justify-content: center;
    margin-bottom: 1vw;
}

.value-child {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.value-child img {
    max-width: 10vw;
}

.value-child-1 {
    margin-top: 5vw;
    text-align: center;
}

.parent3 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 5vw;
}

.product-child-1 {
    background-image: url('gambar sample.png');
    color: white;
    width: 25vw;

}

.product-child-1 h3 {
    padding: 20vw 0vw 2vw 2vw;
    font-size: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

.parent4 {
    display: flex;
    flex-direction: row;
    justify-content: center;

    margin-top: 5vw;
}

.customer-child {
    padding: 1vw 1vw 0.5vw 0.1vw;

}

.customer {
    display: flex;
    align-items: center;
}

.customer p {

    font-size: 2em;
    text-align: end;
    justify-content: center;
    margin-right: 0vw;
    font-weight: 600;
}

.customer-list {
    display: flex;
    flex-direction: row;
    
}
.customer-list img {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.logo1 img {
    margin: 1vw 1.5vw;
    max-height: 5vw;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

footer {
    background-color: whitesmoke;
    margin: 5vw 0vw 0.1px 0vw;
}


.contact {
    padding-left: 5vw;
    padding-bottom: 2vw;
}
footer li {
    list-style-type: none;
    margin: 1vw;
}

.copy {
    text-align: center;
    margin-top: 40px;
}

.contact-details {
    padding-left: 5vw;
    padding-bottom: 2vw;
    padding-top: 5vw;
    font-size: 2em;
    font-weight: 600;
}